home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7704 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  750 b 

  1. Path: news.ios.com!usenet
  2. From: larrymb@gramercy.ios.com (Pacarana)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Fastest way to display things on a screen?
  5. Date: 21 Apr 1996 00:28:23 GMT
  6. Organization: Internet Online Services
  7. Message-ID: <298.6684T1056T1928@gramercy.ios.com>
  8. References: <4l0pi6$gus@mn5.swip.net> <4l2qdn$akr@news.rwth-aachen.de>
  9. NNTP-Posting-Host: ppp-33.ts-1.hck.idt.net
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. >By writing into the bitmap directly, your game won't run with graphics
  13. >boards. You can use an internal bitmap, fill it directly, then use
  14. >BltBitmapRAstport() to put it to the screen's bitmap. This will run
  15. >on gfx boards (I have tried it out).
  16.  But that is a REALLY slow way of handling things.
  17.  
  18.